home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / myspell-it.postinst < prev    next >
Encoding:
Text File  |  2010-07-02  |  146 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "configure" ]; then
  6.   if [ -x /usr/sbin/update-openoffice-dicts ]; then
  7.     update-openoffice-dicts
  8.   fi
  9. fi
  10.  
  11.  
  12.  
  13. exit 0
  14.